Skip to content

Commit e08d21f

Browse files
committed
wipp
1 parent 306f8c0 commit e08d21f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
14-
if: startsWith(github.ref, 'refs/tags')
14+
#if: startsWith(github.ref, 'refs/tags')
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
@@ -20,5 +20,4 @@ jobs:
2020
- name: Publish distribution 📦 to PyPI
2121
uses: pypa/gh-action-pypi-publish@release/v1
2222
with:
23-
user: __token__
24-
password: ${{ secrets.pypi_token }}
23+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)