Skip to content

Commit

Permalink
Further tweaks to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Aug 12, 2022
1 parent 133b744 commit 46e9d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: macos-latest
needs: [checks]
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Publish package to PyPI
run: |
twine upload --verbose -u allennlp -p ${{ secrets.PYPI_PASSWORD }} dist/*
twine upload --verbose -u allennlp -p ${{ secrets.PYPI_PASSWORD }} dist/oocmap-${{ env.RELEASE_VERSION }}.tar.gz
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 46e9d08

Please sign in to comment.