Skip to content

Commit ecc0d70

Browse files
authored
Merge pull request #261 from PyO3/release-1.4.0
release: 1.4.0
2 parents af272df + 22e4c3a commit ecc0d70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
python-version: '3.x'
2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip
28-
pip install setuptools wheel twine
27+
pip install --upgrade pip setuptools wheel twine
2928
- name: Build and publish
3029
env:
3130
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.4.0 (2022-07-05)
44

55
### Packaging
66
- Increase minimum `setuptools` version to 62.4. [#222](https://github.com/PyO3/setuptools-rust/pull/246)

0 commit comments

Comments
 (0)