Skip to content

Commit

Permalink
ci: updated pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtatom committed Apr 15, 2024
1 parent c536c5f commit 1c639bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="numflow",
version="0.0.6",
version="1.0.0",
author="Vojtěch Tomas",
author_email="hello@vojtatom.cz",
license="MIT",
Expand Down

0 comments on commit 1c639bb

Please sign in to comment.