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 60299d3 commit 88ad1c4Copy full SHA for 88ad1c4
.github/actions/setup-python/action.yml
@@ -21,4 +21,4 @@ runs:
21
cache: "poetry"
22
23
- run: poetry install
24
- shell: bash
+ shell: bash
.github/workflows/release.yml
@@ -31,4 +31,4 @@ jobs:
31
poetry publish -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
32
gh release upload --clobber ${{ steps.version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments