Skip to content

Commit

Permalink
Merge pull request #11 from phydrus/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
raoulcollenteur authored May 14, 2021
2 parents a843799 + 2459655 commit ecc5df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --skip-existing dist/*
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='pyet',
version='0.2',
version='1.0',
url='https://github.com/phydrus/pyet',
license='MIT License',
author='Matevz Vremec, Raoul Collenteur',
Expand Down

0 comments on commit ecc5df2

Please sign in to comment.