Skip to content

Commit 4bcab98

Browse files
dianaml0facebook-github-bot
authored andcommitted
Add command to release workflow (#4483)
Summary: # Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [ ] Did you make sure to update the docs? - [ ] Did you write any new necessary tests? ## What does this PR do? Fixes # (issue). ## PR review Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged. ## Did you have fun? Make sure you had fun coding � Pull Request resolved: #4483 Reviewed By: cbalioglu Differential Revision: D37098170 Pulled By: dianaml0 fbshipit-source-id: 6413fe0d03586e8b8b81701284cc010eafce7e4a
1 parent 73b42f0 commit 4bcab98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
152152
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
153153
run: |
154+
pip install setuptools wheel twine
154155
python3 -m twine upload --repository pypi dist/*
155156
156157
# create the release on github

0 commit comments

Comments
 (0)