Skip to content

Commit 33407e0

Browse files
ci: deploy_to_pipy: Fix pypa step
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent d04d068 commit 33407e0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy_to_pypi.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
run: |
4040
python setup.py sdist bdist_wheel
4141
42-
- name: Build and Publish
43-
uses: pypa/gh-action-pypi-publish@v1.8.10
42+
- name: Publish package distributions to PyPI
43+
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
45-
user: __token__
46-
password: ${{ secrets.PYPI_TOKEN }}
47-
distributions: "sdist bdist_wheel"
45+
packages-dir: ./dist

0 commit comments

Comments
 (0)