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 8538d66 commit 53b2111Copy full SHA for 53b2111
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: GitHub Release
2
3
env:
4
- pipenv_version: 2022.11.25
+ pipenv_version: 2024.4.0
5
python_version: '3.11'
6
7
on:
@@ -64,4 +64,4 @@ jobs:
64
GIT_TOKEN: ${{ secrets.GIT_SECRET }}
65
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
66
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
67
- IGNORE_PYPI_TEST_UPLOAD: true
+ IGNORE_PYPI_TEST_UPLOAD: true
0 commit comments