Skip to content

Commit

Permalink
Merge pull request #194 from alandtse/httpx
Browse files Browse the repository at this point in the history
ci: switch to semantic release action
  • Loading branch information
alandtse authored Apr 28, 2021
2 parents 33d2059 + 4cb537f commit e5f93d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
run: |
git config --global user.name "semantic-release"
git config --global user.email "semantic-release@GitHub"
- name: Publish with semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
PYPI_PASSWORD: ${{ secrets.TESLA_PYPY_TOKEN }}
PYPI_USERNAME: __token__
run: |
DEBUG='*' semantic-release publish
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.TESLA_PYPY_TOKEN }}
- name: Push changes to dev
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit e5f93d1

Please sign in to comment.