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.
2 parents c17954a + b91db2b commit 31efc93Copy full SHA for 31efc93
.github/workflows/deploy.yml
@@ -23,5 +23,5 @@ jobs:
23
uses: pypa/gh-action-pypi-publish@v1.1.0
24
with:
25
user: __token__
26
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
27
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-=======
+
6
0.4.1 (2021-08-24)
7
==================
8
- Bump version
0 commit comments