Skip to content

Commit

Permalink
CI Package Mgmt + Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 9, 2024
1 parent e58e8f8 commit a5caf0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- if: needs.writable-branch-detect.outputs.OKAY == 'true'
uses: WIPACrepo/wipac-dev-py-setup-action@v4.0
uses: WIPACrepo/wipac-dev-py-setup-action@v4.1
with:
python_min: 3.9
pypi_name: wipac-dev-tools
Expand All @@ -88,6 +88,8 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- if: needs.writable-branch-detect.outputs.OKAY == 'true'
uses: WIPACrepo/wipac-dev-py-dependencies-action@v2.0
with:
use_directory: true

######################################################################################

Expand Down

0 comments on commit a5caf0f

Please sign in to comment.