Skip to content

Commit 427f7d7

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #322 from IFCA-Advanced-Computing/fix-publish-workflow
Fix repository url in publish workflow
2 parents 2fe124b + d5146af commit 427f7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35-
repository_url: https://test.pypi.org/legacy/
35+
repository-url: https://test.pypi.org/legacy/
3636

3737
- name: Publish to PyPI
3838
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)