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 b8d3368 commit 7d4a895Copy full SHA for 7d4a895
.github/workflows/dev.yml
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
python3 -m pip install hatch
33
34
- hatch build
+ hatch build
.github/workflows/publish.yml
@@ -34,4 +34,4 @@ jobs:
# if: startsWith(github.ref, 'refs/tags')
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments