Skip to content

Commit

Permalink
screaming, crying
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 22, 2023
1 parent cff4068 commit cf3e712
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
python -m pip install --upgrade pip
pip install build wheel
- name: Build package
run: python setup.py sdist bdist_wheel
run: |
pwd;
find
cd ../
pwd;
find
python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="galaxyxml",
version="0.5.2",
version="0.5.3",
description="Galaxy XML generation library",
author="Helena Rasche",
author_email="[email protected]",
Expand Down

0 comments on commit cf3e712

Please sign in to comment.