Skip to content

Commit 09843d9

Browse files
committed
Merge pull-request #16
2 parents a74064f + 8f79fda commit 09843d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate-and-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: build
5555
environment: production
5656
runs-on:
57-
group: package-deploy # environment: production # require manual approval for production deployments
57+
group: package-deploy # environment: production; require manual approval for production deployments
5858

5959
steps:
6060
# https://github.com/actions/checkout
@@ -101,7 +101,6 @@ jobs:
101101
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
102102
with:
103103
packages-dir: dist-to-publish/
104-
repository-url: https://test.pypi.org/legacy/ # publishing to Test PyPI for now
105104
verbose: true
106105

107106
- name: Create GitHub Release

0 commit comments

Comments
 (0)