Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Oct 1, 2024
1 parent 4a0882d commit 4500857
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
release-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Checkout branch
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
token: ${{ secrets.GH_PAT }}
- name: Setting up PDM
uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
with:
Expand All @@ -34,7 +37,8 @@ jobs:
run: |
git fetch origin main
nox -s bump -- micro
git commit -am "Bumping minor version"
git add pyproject.toml
git commit -m "Bumping minor version"
git push -f origin HEAD:main
# git push -f origin HEAD:main
# git fetch origin
Expand Down

0 comments on commit 4500857

Please sign in to comment.