Skip to content

Commit

Permalink
fix: semantic-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Apr 7, 2023
1 parent 6d67757 commit 57d97df
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
- name: Install dependencies
run: make install-dev

# # Bump version
# - name: Bump version using semantic-release
# run: |
# git config --global user.name "GitHub Actions"
# git config --global user.email "actions@github.com"
# poetry run semantic-release version

- name: Python Semantic Release to PyPI
run: |
git config --global user.name "GitHub Actions"
Expand All @@ -60,12 +53,3 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_USERNAME: __token__
REPOSITORY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

# # semantic release
# - name: Python Semantic Release to PyPI
# uses: relekang/python-semantic-release@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# repository_username: __token__
# repository_password: ${{ secrets.PYPI_API_TOKEN }}
# additional_options: --verbosity=DEBUG --define=branch=${{ env.BRANCH }}

0 comments on commit 57d97df

Please sign in to comment.