Skip to content

Commit 3d330b2

Browse files
authored
Feature/workflow release (#18)
* Add dry run for twine commands * Add release workflow To test it first we let it run in `PYPI_DRY_RUN`. * fix typo in env var
1 parent 6c5ede2 commit 3d330b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Build and publish
2424
env:
2525
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26-
PYPY_DRY_RUN: True
26+
PYPI_DRY_RUN: True
2727
run: make publish

0 commit comments

Comments
 (0)