We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de64f0c commit f125ba3Copy full SHA for f125ba3
.github/workflows/publish.yml
@@ -18,7 +18,6 @@ permissions:
18
jobs:
19
build-package:
20
uses: ./.github/workflows/pipeline.yml
21
- id: build_job
22
with:
23
os: ubuntu-latest
24
run-lint: true
@@ -49,7 +48,7 @@ jobs:
49
48
name: release-dists
50
path: dist/
51
52
- - name: Publish package distributions to TestPyPI
+ - name: Publish package distributions to PyPI
53
uses: pypa/gh-action-pypi-publish@release/v1
54
55
verbose: true
0 commit comments