We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c536c5f commit 1c639bbCopy full SHA for 1c639bb
.github/workflows/ci.yaml
@@ -159,3 +159,6 @@ jobs:
159
160
- name: Publish package distributions to PyPI
161
uses: pypa/gh-action-pypi-publish@release/v1
162
+ with:
163
+ user: __token__
164
+ password: ${{ secrets.PYPI_TOKEN }}
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="numflow",
24
- version="0.0.6",
+ version="1.0.0",
25
author="Vojtěch Tomas",
26
author_email="hello@vojtatom.cz",
27
license="MIT",
0 commit comments