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 306f8c0 commit e08d21fCopy full SHA for e08d21f
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
- if: startsWith(github.ref, 'refs/tags')
+ #if: startsWith(github.ref, 'refs/tags')
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-python@v2
@@ -20,5 +20,4 @@ jobs:
20
- name: Publish distribution 📦 to PyPI
21
uses: pypa/gh-action-pypi-publish@release/v1
22
with:
23
- user: __token__
24
- password: ${{ secrets.pypi_token }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments