Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit ede79b0

Browse files
committed
initial commit
1 parent 7e88610 commit ede79b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build a source distribution
2121
run: python setup.py sdist
2222
- name: Publish to prod PyPI
23-
uses: pypa/gh-action-pypi-publish@4f4304928fc886cd021893f6defb1bd53d0a1e5a
23+
uses: pypa/gh-action-pypi-publish@v1.8.14
2424
with:
2525
user: __token__
26-
password: ${{ secrets.pypi_token }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Eel.egg-info
99
*.swp
1010
venv/
1111
.tox
12+
.vscode/settings.json

0 commit comments

Comments
 (0)