Skip to content

Commit 7d4a895

Browse files
committed
added last line
1 parent b8d3368 commit 7d4a895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
python3 -m pip install hatch
3333
34-
hatch build
34+
hatch build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
# if: startsWith(github.ref, 'refs/tags')
3535
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
37-
password: ${{ secrets.PYPI_API_TOKEN }}
37+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)