We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11754df commit fd57ce8Copy full SHA for fd57ce8
.github/workflows/release-python.yml
@@ -76,6 +76,11 @@ jobs:
76
with:
77
name: all-dist-${{ github.run_id }}
78
path: dist/
79
+ - name: Publish package distributions to TestPyPI
80
+ uses: pypa/gh-action-pypi-publish@release/v1
81
+ with:
82
+ repository-url: https://test.pypi.org/legacy/
83
+ skip-existing: true
84
- name: Publish package distributions to PyPI
85
if: startsWith(inputs.dry_run, 'false')
86
uses: pypa/gh-action-pypi-publish@release/v1
@@ -108,5 +113,4 @@ jobs:
108
113
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
109
114
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
110
115
token: ${{ github.token }}
111
- repository_url: https://test.pypi.org/legacy/
112
116
dry_run: ${{ inputs.dry_run }}
0 commit comments