We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50615d5 commit cda2987Copy full SHA for cda2987
1 file changed
.github/workflows/python-publish.yml
@@ -14,10 +14,10 @@ jobs:
14
environment:
15
name: pypi
16
url: https://pypi.org/p/PyAFBF
17
- permissions:
18
- id-token: ${{ secrets.TOKEN_PYPI }}
19
steps:
20
# retrieve your distributions here
21
-
22
- name: PyAFBF
23
uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository-url: https://test.pypi.org/legacy/
0 commit comments