Skip to content

Commit

Permalink
fix: Try scrapping old action and use official GA instead
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 27, 2024
1 parent 56681cb commit a007eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Publish Python Package

on:
push:
branches:
- master
paths-ignore:
- "CHANGELOG.md"
- "portal/__init__.py"

jobs:
publish-pypi-packages:
name: Publish PyPi Packages
Expand All @@ -26,11 +28,9 @@ jobs:
pip install pipenv
pipenv install --dev --system
- name: Release codeforlife-portal
uses: relekang/python-semantic-release@v7.34.6
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
continue-on-error: true
- name: Build cfl-common package
run: |
pip install wheel
Expand Down

0 comments on commit a007eb1

Please sign in to comment.