Skip to content

Commit

Permalink
Modify release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasZahradnik committed Apr 26, 2024
1 parent b89ded8 commit a6f24ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
touch neuralogic/__version__.py
echo "__version__ = \"${GITHUB_REF:10}\"" >> neuralogic/__version__.py
python setup.py sdist bdist_wheel
twine upload dist/*
1 change: 1 addition & 0 deletions neuralogic/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.7.13"

0 comments on commit a6f24ba

Please sign in to comment.