Skip to content

Commit 39ec078

Browse files
committed
Fixing failing nightly release on pypi (2373)
1 parent 62742a9 commit 39ec078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/binaries-nightly-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ jobs:
4444
shell: bash -l {0}
4545
run: |
4646
python setup.py sdist bdist_wheel
47+
twine --version
4748
twine check dist/*
4849
TWINE_USERNAME="${{ secrets.PYPI_USER }}" TWINE_PASSWORD="${{ secrets.PYPI_TOKEN }}" twine upload --verbose dist/*
4950
5051
- uses: JasonEtco/create-an-issue@v2
5152
name: Create issue if nightly releases failed
5253
if: failure()
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5356
with:
5457
filename: .github/failed_schedule_issue_template.md

0 commit comments

Comments
 (0)