Skip to content

Commit

Permalink
try here
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 11, 2024
1 parent 8b59cc5 commit 5d8d1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

distribute:
name: Distributing from ${{ env.PYTHON_VERSION }}
name: Distributing
# needs: build-and-test
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
env:
PYTHON_VERSION: 3.11
PYTHON_VERSION: '3.11'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d8d1e2

Please sign in to comment.