Skip to content

Commit 84ba8d6

Browse files
committed
Fix wrong anaconda versions
1 parent 95190a3 commit 84ba8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: "0"
2323
- name: Set version
24-
run: echo "VERSION=3.0.0.b.$(git rev-list 199b6c3..HEAD --count)" >> $GITHUB_ENV
24+
run: echo "VERSION=3.0.0b$(git rev-list 199b6c3..HEAD --count)" >> $GITHUB_ENV
2525
- name: Set up Python 3.11
2626
uses: actions/setup-python@v5
2727
with:

0 commit comments

Comments
 (0)