Skip to content

Commit

Permalink
feat: update gitignore for pypi releases (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 27, 2021
1 parent 3da73af commit b92ac84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- run: pip install -r requirements-dev.txt

- run: rm -rf dist/ build/ .eggs/
- run: 'rm -rf dist/ build/ .eggs/ *.egg-info/'

- name: Run twine
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
__pycache__/
.coverage
build/
.eggs/
dist/
*.egg-info/

0 comments on commit b92ac84

Please sign in to comment.