Skip to content

Commit

Permalink
Added pypi publication action
Browse files Browse the repository at this point in the history
  • Loading branch information
sm00thix committed Jun 10, 2024
1 parent baa2f3f commit ea3f244
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build

# publish_package:
# needs: [build_package, test_package]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/publish
# permissions:
# id-token: write
# environment:
# name: pypi
# url: https://pypi.org/p/cvmatrix
publish_package:
needs: [build_package, test_package]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/publish
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/p/cvmatrix

0 comments on commit ea3f244

Please sign in to comment.