Skip to content

Commit

Permalink
fix: Bring back old action as needed for PyPI deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 27, 2024
1 parent 5f73cd9 commit 7213eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
pip install pipenv
pipenv install --dev --system
- name: Release codeforlife-portal
uses: python-semantic-release/python-semantic-release@master
uses: relekang/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Build cfl-common package
run: |
pip install wheel
Expand Down

0 comments on commit 7213eff

Please sign in to comment.