Skip to content

Commit cda2987

Browse files
authored
Update python-publish.yml
1 parent 50615d5 commit cda2987

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
environment:
1515
name: pypi
1616
url: https://pypi.org/p/PyAFBF
17-
permissions:
18-
id-token: ${{ secrets.TOKEN_PYPI }}
1917
steps:
2018
# retrieve your distributions here
21-
2219
- name: PyAFBF
2320
uses: pypa/gh-action-pypi-publish@release/v1
21+
with:
22+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
23+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)