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 09dc5ea commit 790531aCopy full SHA for 790531a
.github/workflows/publish.yml
@@ -13,6 +13,6 @@ jobs:
13
fetch-depth: 0
14
- run: python3 -m pip install --upgrade build && python3 -m build
15
- name: Publish package
16
- uses: pypa/flight-analysis@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
17
with:
18
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments