Skip to content

Commit

Permalink
chore: use different actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Sep 12, 2022
1 parent 38b8571 commit f1ed799
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
- uses: actions/setup-python@v2
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python-version: 3.8.13

- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: 1.2.0
- name: View poetry --help
run: poetry --version
- name: Publish
run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__

0 comments on commit f1ed799

Please sign in to comment.