Skip to content

Commit

Permalink
uncomment out portions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 11, 2024
1 parent 5d8d1e2 commit 500703e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

distribute:
name: Distributing
# needs: build-and-test
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: build-and-test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -120,17 +120,17 @@ jobs:
make html
cd ..
# - name: GitHub Pages
# uses: crazy-max/[email protected]
# with:
# build_dir: docs/_build/html
# jekyll: false
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#
# - name: pypi-publish
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
# skip_existing: true
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
build_dir: docs/_build/html
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: pypi-publish
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true

0 comments on commit 500703e

Please sign in to comment.