Skip to content

Commit 2efaf2a

Browse files
committed
[python-conprof] fix releasing script path
1 parent 686204c commit 2efaf2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- name: Download build artifacts
5757
uses: actions/download-artifact@v5
5858
- run: |
59-
./scripts/release.sh wheel_dist
59+
./scripts/releasing/release.sh wheel_dist
6060
env:
6161
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

scripts/releasing/release-common.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)