Skip to content

Commit f65202c

Browse files
committed
also remove configuration for uploading sdist to pypi
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent 86923da commit f65202c

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)