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 fd49463 commit af4da92Copy full SHA for af4da92
.github/workflows/pre-release.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Build package
22
run: python -m build
23
- name: Publish package to Test PyPI
24
- uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
25
with:
26
repository-url: https://test.pypi.org/legacy/
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
- name: Publish package to PyPI
27
- name: Install tox
28
run: pip install tox
29
- name: Generate API docs
0 commit comments