Skip to content

Commit

Permalink
revert poetry-publish to v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Aug 15, 2023
1 parent d4c8ca5 commit 35ed2c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: python:3.11
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"

0 comments on commit 35ed2c4

Please sign in to comment.