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 e2a3411 commit 8623fd9Copy full SHA for 8623fd9
1 file changed
.github/workflows/publish.yml
@@ -80,17 +80,17 @@ jobs:
80
with:
81
subject-path: "dist/*"
82
83
+ - name: Publish to PyPI
84
+ if: steps.pypi_check.outputs.status == 'not_found'
85
+ uses: pypa/gh-action-pypi-publish@release/v1
86
+
87
- name: Generate SBOM
88
if: steps.pypi_check.outputs.status == 'not_found'
89
uses: wphillipmoore/standard-actions/actions/security/trivy@develop
90
91
scan-type: sbom
92
output-file: dist/pymqrest-${{ steps.version.outputs.version }}.cdx.json
93
- - name: Publish to PyPI
- if: steps.pypi_check.outputs.status == 'not_found'
- uses: pypa/gh-action-pypi-publish@release/v1
-
94
- name: Configure git identity
95
if: steps.tag_check.outputs.exists == 'false'
96
run: |
0 commit comments