Skip to content

Commit

Permalink
Fix PyPI publish workflow (facebookresearch#91)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#91

Pull Request resolved: facebookincubator/flowtorch#74

Just noticed that we're referring a no-existing "main" version of `pypa/gh-action-pypi-publish`. This is probably an artifact when we renamed `master` branch to `main` on our own repo. Since [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish/tree/master) doesn't have a main branch, this will likely error out the next time we run the PyPI publish workflow.

Reviewed By: stefanwebb

Differential Revision: D32006423

fbshipit-source-id: 40e816faa18dafcb0e158596f134d20a49130eda
  • Loading branch information
horizon-blue authored and facebook-github-bot committed Oct 29, 2021
1 parent 5cf6092 commit 2b24eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Upload PPL Bench to PyPI
uses: pypa/gh-action-pypi-publish@main
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}

Expand Down

0 comments on commit 2b24eb1

Please sign in to comment.