Skip to content

Commit 46e9d08

Browse files
committed
Further tweaks to the release process
1 parent 133b744 commit 46e9d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
release:
6464
name: Release
65-
runs-on: ubuntu-latest
65+
runs-on: macos-latest
6666
needs: [checks]
6767
if: startsWith(github.ref, 'refs/tags/')
6868
steps:
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Publish package to PyPI
9494
run: |
95-
twine upload --verbose -u allennlp -p ${{ secrets.PYPI_PASSWORD }} dist/*
95+
twine upload --verbose -u allennlp -p ${{ secrets.PYPI_PASSWORD }} dist/oocmap-${{ env.RELEASE_VERSION }}.tar.gz
9696
9797
- name: Publish GitHub release
9898
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)