Skip to content

Commit

Permalink
fix deployment to pypi (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndtaylor authored Jun 2, 2024
2 parents 951a04d + 1579b27 commit 6e79757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-publish-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v3
- name: Setup
run: |
python3 -m pip install pdm-bump
pdm sync --dev
- name: Build
run: pdm build
- name: Update git release tag
run: |
python3 -m pip install pdm-bump
git config --global user.name 'Auto'
git config --global user.email '[email protected]'
pdm bump tag
Expand Down

0 comments on commit 6e79757

Please sign in to comment.