Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,3 @@ jobs:
- name: Run tests
run: |
pytest -v --color=yes
- name: Upload dist
if: startsWith(github.ref, 'refs/tags/')
env:
TWINE_NON_INTERACTIVE: true
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: |
pip install twine
twine upload dist/xmlsec-*.tar.gz