Skip to content

Commit b990b45

Browse files
committed
Use the new refactored workflow for release
1 parent 5e4d1f1 commit b990b45

File tree

2 files changed

+5
-85
lines changed

2 files changed

+5
-85
lines changed

.github/workflows/release_workflow.yml renamed to .github/workflows/pypi-release-workflow.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,11 @@ jobs:
9999
echo "Versions differ. Proceeding with publish."
100100
echo "publish=true" >> $GITHUB_OUTPUT
101101
fi
102-
- name: Dummy
103-
run: |
104-
echo "Ready to deploy to PyPI"
105-
ls
106-
find .
107-
# - name: Publish to PyPI
108-
# if: steps.check-version.outputs.publish == 'true'
109-
# uses: pypa/gh-action-pypi-publish@release/v1
110-
# with:
111-
# verbose: true
102+
- name: Publish to PyPI
103+
if: steps.check-version.outputs.publish == 'true'
104+
uses: pypa/gh-action-pypi-publish@release/v1
105+
with:
106+
verbose: true
112107
permissions:
113108
contents: read
114109
id-token: write

.github/workflows/pypi-release-workflow.yml.old

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)