Skip to content

Commit 194028b

Browse files
authored
Merge pull request #135 from hoefling/no-sdist-upload-on-upstream
also remove configuration for uploading sdist to pypi
2 parents 86923da + f65202c commit 194028b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/sdist.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,3 @@ jobs:
2424
- name: Run tests
2525
run: |
2626
pytest -v --color=yes
27-
- name: Upload dist
28-
if: startsWith(github.ref, 'refs/tags/')
29-
env:
30-
TWINE_NON_INTERACTIVE: true
31-
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
32-
TWINE_USERNAME: __token__
33-
TWINE_PASSWORD: ${{ secrets.pypi_token }}
34-
run: |
35-
pip install twine
36-
twine upload dist/xmlsec-*.tar.gz

0 commit comments

Comments
 (0)