We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3775eda commit 7332402Copy full SHA for 7332402
.github/workflows/python-publish.yaml
@@ -12,6 +12,8 @@ jobs:
12
name: Build and publish Python distributions to PyPI and TestPyPI
13
if: ${{ github.repository_owner == 'python-virtualenvwrapper' }}
14
15
+ secrets: inherit
16
+
17
runs-on: ubuntu-latest
18
19
steps:
0 commit comments