Skip to content

Commit 6582465

Browse files
committed
✏️ add env to python-publish.yml
1 parent b5b1927 commit 6582465

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build-and-publish:
1010
name: Build and Publish
1111
runs-on: ubuntu-latest
12+
environment:
13+
name: pypi
14+
url: https://pypi.org/project/OntoAligner/
1215

1316
steps:
1417
- name: Checkout code

0 commit comments

Comments
 (0)