Skip to content

Commit

Permalink
[Bug fix] update the name of pypi server (#3627)
Browse files Browse the repository at this point in the history
* update yaml

* update yaml scripts

* deploy dev version

* remove test pypi

* update name of pypi
  • Loading branch information
wj-Mcat authored Oct 31, 2022
1 parent 7bc85cd commit 2483d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Is A Publish Branch
if: steps.check-branch.outputs.match == 'true' && steps.should-deploy.outputs.should_deploy == 'true'
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: paddle-dev
TWINE_PASSWORD: ${{ secrets.paddlenlp }}
run: |
make deploy-ppdiffusers
Expand Down

0 comments on commit 2483d4f

Please sign in to comment.