Skip to content

Commit

Permalink
Merge pull request #42 from timmyb824/ci/fix-ci-versioning6
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyb824 authored Aug 30, 2023
2 parents 9a4356a + 8cc4308 commit 73ba93c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
git config user.email [email protected]
semantic_release_exit_code=0
poetry run semantic-release version || semantic_release_exit_code=$?
echo $semantic_release_exit_code
if [ $semantic_release_exit_code -eq 0 ]; then
poetry run semantic-release changelog
poetry run semantic-release publish
Expand All @@ -113,13 +114,6 @@ jobs:
echo "No release published, skipping remaining steps"
fi
# Unable to use at the moment due to the python version used by the action
# - name: Run Python Semantic Release
# id: release
# uses: python-semantic-release/python-semantic-release@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to TestPyPI
id: test_publish
if: steps.package_release.outputs.PACKAGE_RELEASE_SUCCESS == 'true'
Expand Down

0 comments on commit 73ba93c

Please sign in to comment.