Skip to content

Commit d127a37

Browse files
authored
Merge pull request #40 from iterative/skshetry/pypa/gh-action-pypi-publish@release/v1
2 parents 3f51080 + 7bd21c7 commit d127a37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: nox -s build
2727

2828
- name: Upload package
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
31-
user: __token__
3231
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)