Skip to content

Commit b4cc3d3

Browse files
committed
add publishing on pypi workflow
1 parent ea13d4f commit b4cc3d3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
needs: [build_package]
4646
runs-on: ubuntu-latest
4747
if: github.event_name == 'release' && github.event.action == 'published'
48-
environment:
49-
name: pypi
50-
url: https://pypi.org/p/celloracle-lite
5148
permissions:
5249
id-token: write # For trusted publishing
5350
steps:

0 commit comments

Comments
 (0)