Skip to content

Commit f125ba3

Browse files
authored
Update publish.yml
remove bad line
1 parent de64f0c commit f125ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818
jobs:
1919
build-package:
2020
uses: ./.github/workflows/pipeline.yml
21-
id: build_job
2221
with:
2322
os: ubuntu-latest
2423
run-lint: true
@@ -49,7 +48,7 @@ jobs:
4948
name: release-dists
5049
path: dist/
5150

52-
- name: Publish package distributions to TestPyPI
51+
- name: Publish package distributions to PyPI
5352
uses: pypa/gh-action-pypi-publish@release/v1
5453
with:
5554
verbose: true

0 commit comments

Comments
 (0)