Skip to content

Commit

Permalink
Don't add legacy setup.py in sdist (#115)
Browse files Browse the repository at this point in the history
* Don't add legacy setup.py in sdist

* Add changelog
  • Loading branch information
hukkin authored Aug 5, 2021
1 parent 3ba0caa commit 026f249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pip install "flit==3.3.0"
- name: Build and publish
run: |
flit publish
flit publish --no-setup-py
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- Fixed
- Raise an error if a carriage return (without a following line feed) is found in a multi-line basic string
- Packaging
- Remove legacy `setup.py` from PyPI source distribution.
If you're a packager and absolutely need this file, please create an issue.

## 1.2.0

Expand Down

0 comments on commit 026f249

Please sign in to comment.