-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1437 from vacanza/beta
v.0.31
- Loading branch information
Showing
163 changed files
with
3,815 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macOS-latest] | ||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12.0-beta.4', 'pypy-3.8'] | ||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
@@ -37,6 +37,7 @@ jobs: | |
requirements/runtime.txt | ||
requirements/tests.txt | ||
python-version: ${{ matrix.python-version }} | ||
allow-prereleases: true | ||
- name: Install Dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
|
@@ -100,7 +101,7 @@ jobs: | |
name: dist | ||
path: dist | ||
- name: Publish Package | ||
uses: pypa/[email protected].8 | ||
uses: pypa/[email protected].10 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.pypi_password }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.