Skip to content

Commit fc85228

Browse files
committed
Revert "Update pypiPublish.yml"
This reverts commit 0017b31.
1 parent 0017b31 commit fc85228

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypiPublish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Deploy Pypi
12-
uses: pypa/gh-action-pypi-publish@v1.9.0
12+
uses: remorses/pypi@v3
1313
with:
14-
# PyPI user
15-
user: ${{ secrets.OWNERPYPITOKEN }}
16-
print-hash: true
14+
setup_file: ./setup.py
15+
username: ${{ secrets.OWNERPYPIUSERNAME }}
16+
password: ${{ secrets.OWNERPYPIPASSWORD }}

0 commit comments

Comments
 (0)