Skip to content

Commit

Permalink
Attempt to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
gjong committed Jun 4, 2024
1 parent 47066c4 commit d5be2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build package
run: |
echo "Github ref: ${GITHUB_REF}"
PUBLISH_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
export PUBLISH_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
echo "New version: ${PUBLISH_VERSION}"
python -m build
- name: Publish package
Expand Down

0 comments on commit d5be2c4

Please sign in to comment.