We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af272df + 22e4c3a commit ecc0d70Copy full SHA for ecc0d70
.github/workflows/python-publish.yml
@@ -24,8 +24,7 @@ jobs:
24
python-version: '3.x'
25
- name: Install dependencies
26
run: |
27
- python -m pip install --upgrade pip
28
- pip install setuptools wheel twine
+ pip install --upgrade pip setuptools wheel twine
29
- name: Build and publish
30
env:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.4.0 (2022-07-05)
4
5
### Packaging
6
- Increase minimum `setuptools` version to 62.4. [#222](https://github.com/PyO3/setuptools-rust/pull/246)
0 commit comments