Skip to content

Commit 14a28b0

Browse files
committed
fix: error in the release workflow
1 parent 52c990f commit 14a28b0

4 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
TWINE_USERNAME: __token__
5151
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
5252
run: |
53+
rm -rf dist/
5354
python -m build
5455
twine upload dist/*

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build
2+
dist
23
env
34
htmlcov
45
flamapy/metamodels
-32.3 KB
Binary file not shown.

dist/flamapy_fw-2.1.0.dev1.tar.gz

-20 KB
Binary file not shown.

0 commit comments

Comments
 (0)