Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 28, 2023
1 parent 4f10560 commit 2d74b77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ jobs:
name: Run Python lint
uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master
publish-pypi:
name: Publish PyPI package
needs:
- lint-python
uses: kuba2k2/kuba2k2/.github/workflows/publish-pypi.yml@master
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Add GitHub release assets
uses: softprops/action-gh-release@v1
with:
files: |
README.md

0 comments on commit 2d74b77

Please sign in to comment.