Skip to content

Commit

Permalink
[BUG] dont release on pypi (#4)
Browse files Browse the repository at this point in the history
:)
  • Loading branch information
dni authored Aug 27, 2023
1 parent 804ab52 commit 2bf6044
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:

release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.15
with:
pypi_token: ${{ secrets.PYPI_API_KEY }}

- name: Create github release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2bf6044

Please sign in to comment.