Skip to content

Commit

Permalink
chore: fix pypi release seq
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Oct 27, 2024
1 parent 729ef64 commit 5b3f107
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ npm publish --access public
poetry env use system
# Build
poetry build -v

python setup.py sdist
twine check dist/*

# Publish
twine upload dist/*
poetry publish -v
```

### App/Docker builds
Expand Down

0 comments on commit 5b3f107

Please sign in to comment.