We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72f697 commit c2295e5Copy full SHA for c2295e5
.github/workflows/cd.yml
@@ -23,6 +23,4 @@ jobs:
23
- name: Publish package to Test PyPI
24
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
25
with:
26
- user: __token__
27
- password: ${{ secrets.TEST_PYPI_PASSWORD }}
28
repository-url: https://test.pypi.org/legacy/
.github/workflows/release.yml
@@ -24,9 +24,6 @@ jobs:
run: python -m build
- name: Publish package to PyPI
- with:
29
- password: ${{ secrets.PYPI_PASSWORD }}
30
- name: Install tox
31
run: pip install tox
32
- name: Generate API docs
0 commit comments