Skip to content

Commit

Permalink
Merge pull request #1241 from jelmer/twine
Browse files Browse the repository at this point in the history
Install twine when uploading to pypi
  • Loading branch information
jelmer authored Dec 5, 2023
2 parents 0cc3548 + 2350f5f commit d3fa892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
- build-sdist
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/dulwich-')
steps:
- name: Install twine
run: |
python -m pip install --upgrade pip
pip install twine
- name: Download distributions
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit d3fa892

Please sign in to comment.