Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 4d286a6

Browse files
committed
cicd: fix deprecated declarations
1 parent da0b317 commit 4d286a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
with:
8787
user: __token__
8888
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
89-
repository_url: https://test.pypi.org/legacy/
90-
skip_existing: true
89+
repository-url: https://test.pypi.org/legacy/
90+
skip-existing: true
9191
- name: publish built artifacts to pypi.org
9292
if: ${{ startsWith(github.ref, 'refs/tag') }}
9393
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)