Skip to content

Commit d66bbd9

Browse files
author
Inbal Tako
committed
Update github actions
1 parent f7e7caa commit d66bbd9

File tree

3 files changed

+2
-132
lines changed

3 files changed

+2
-132
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Publish a Python distribution to PyPI
2727
uses: pypa/gh-action-pypi-publish@master
2828
with:
29-
user: __token__
30-
password: ${{ secrets.pypi_password }}
29+
user: ${{ secrets.PYPI_USER }}
30+
password: ${{ secrets.PYPI_PASSWORD }}
3131

3232
- name: Run Tests
3333
run: python -m unittest

.github/workflows/publish.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)