Skip to content

Commit 65f6255

Browse files
⬆️ CI/CD: Updated
1 parent 794c111 commit 65f6255

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- name: Branch name
20+
- name: Release
21+
env:
22+
PYPI_VERSION: ${GITHUB_REF##*/}
2123
shell: bash
22-
run: echo ${GITHUB_REF##*/}
24+
25+
- name: Pypi
26+
shell: bash
27+
run: echo ${PYPI_VERSION}

0 commit comments

Comments
 (0)