Skip to content

Commit

Permalink
fix: changed pypi token for user and password on release workflow (am…
Browse files Browse the repository at this point in the history
…undsen-io#881)

* added PR creation to release action

Signed-off-by: Allison Suarez Miranda <[email protected]>

* set new branch rather than master

Signed-off-by: Allison Suarez Miranda <[email protected]>

* changed cron to 12:15pm

Signed-off-by: Allison Suarez Miranda <[email protected]>

* chnaged release aciton branch and added manual run trigger

Signed-off-by: Allison Suarez Miranda <[email protected]>

* eventually I'll get this right...

Signed-off-by: Allison Suarez Miranda <[email protected]>

* another one

Signed-off-by: Allison Suarez Miranda <[email protected]>

* one more branch change

Signed-off-by: Allison Suarez Miranda <[email protected]>

* trying to get the branch there so it can be checked out

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added pypy credentials

Signed-off-by: Allison Suarez Miranda <[email protected]>

* chaged to uses/with

Signed-off-by: Allison Suarez Miranda <[email protected]>

* bumped version on setup.py file

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added pypi user and pass

Signed-off-by: Allison Suarez Miranda <[email protected]>
  • Loading branch information
allisonsuarez authored and Zachary Ruiz committed May 13, 2022
1 parent caaca41 commit 79e5283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/.github/workflows/monthly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_username: __token__
pypi_password: ${{ secrets.pypi_password }}

- name: Create release pull request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 79e5283

Please sign in to comment.