Skip to content

Commit 2a60115

Browse files
authored
Merge pull request #82 from Learnosity/LRN-43927/refactor/update-workflow-to-release-to-pypi
[REFACTOR] Rename and update workflow to release to PyPi - LRN-43927
2 parents 1559cd5 + 4571491 commit 2a60115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-release.yml renamed to .github/workflows/dispatch-release-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
pypi-publish:
14+
publish_pypi:
1515
name: upload release to PyPI
1616
runs-on: ubuntu-latest
17+
environment: release
1718
permissions:
1819
id-token: write
1920
steps:

0 commit comments

Comments
 (0)