Antonio Cheong
commited on
use token
Browse files
.github/workflows/PyPi.yml
CHANGED
@@ -35,5 +35,5 @@ jobs:
|
|
35 |
- name: Publish package
|
36 |
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
37 |
with:
|
38 |
-
user:
|
39 |
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
|
35 |
- name: Publish package
|
36 |
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
37 |
with:
|
38 |
+
user: __token__
|
39 |
password: ${{ secrets.PYPI_API_TOKEN }}
|