Skip to content

Commit

Permalink
ci: Use release/v1 branch for build.yml
Browse files Browse the repository at this point in the history
Fixes oceanmodeling#106

[skip ci]
  • Loading branch information
pmav99 committed Jun 26, 2024
1 parent 1456727 commit 0209bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: '3.x'
python-version: "3.x"
- uses: actions/cache@main
with:
path: ${{ env.pythonLocation }}
key: build-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'setup.*') }}
- run: pip wheel . --no-deps -w dist
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0209bcd

Please sign in to comment.