Skip to content

Commit

Permalink
update: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 4, 2024
1 parent e96916e commit f1dcc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:

- name: Show current branch
run: |
echo ${{ github.head_ref }}
echo ${{ github.ref_name }}
- name: Set test pip url
if: ${{ github.head_ref == 'alpha' }}
if: ${{ github.ref_name == 'alpha' }}
run: |
echo "PYPI_URL=https://test.pypi.org/project/labelu/#files" >> $GITHUB_ENV
- name: Set release pip url
if: ${{ github.head_ref == 'main' }}
if: ${{ github.ref_name == 'main' }}
run: |
echo "PYPI_URL=https://pypi.org/project/labelu/#files" >> $GITHUB_ENV
Expand Down

0 comments on commit f1dcc08

Please sign in to comment.