Skip to content

Commit c2295e5

Browse files
committed
Fix broken Trusted Publishing for both environments
1 parent f72f697 commit c2295e5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ jobs:
2323
- name: Publish package to Test PyPI
2424
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
2525
with:
26-
user: __token__
27-
password: ${{ secrets.TEST_PYPI_PASSWORD }}
2826
repository-url: https://test.pypi.org/legacy/

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: python -m build
2525
- name: Publish package to PyPI
2626
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
27-
with:
28-
user: __token__
29-
password: ${{ secrets.PYPI_PASSWORD }}
3027
- name: Install tox
3128
run: pip install tox
3229
- name: Generate API docs

0 commit comments

Comments
 (0)