Skip to content

Commit e6f53f6

Browse files
Updated files with 'repo_helper'. (#37)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent bd129cc commit e6f53f6

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

.github/workflows/python_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.4'
2626

2727
strategy:
2828
fail-fast: False
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3535
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3636
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
37-
- {python-version: "3.13.0-alpha.3", testenvs: "py313-dev,build", experimental: True}
37+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev,build", experimental: True}
3838

3939
steps:
4040
- name: Checkout 🛎️
@@ -70,7 +70,7 @@ jobs:
7070
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7171

7272
- name: "Upload Coverage 🚀"
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7575
with:
7676
name: "coverage-${{ matrix.config.python-version }}"

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3'
26+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.4'
2727

2828
strategy:
2929
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
38-
- {python-version: "3.13.0-alpha.3", testenvs: "py313-dev,build", experimental: True}
38+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev,build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️
@@ -72,7 +72,7 @@ jobs:
7272
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7373

7474
- name: "Upload Coverage 🚀"
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7777
with:
7878
name: "coverage-${{ matrix.config.python-version }}"
@@ -97,7 +97,7 @@ jobs:
9797
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
9898
9999
- name: "Download Coverage 🪂"
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
path: coverage
103103

@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: "Upload Combined Coverage Artefact 🚀"
117117
if: ${{ steps.show.outcome != 'failure' }}
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: "combined-coverage"
121121
path: .coverage

.github/workflows/python_ci_macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "macos-latest"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3'
25+
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.4'
2626

2727
strategy:
2828
fail-fast: False
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3535
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3636
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
37-
- {python-version: "3.13.0-alpha.3", testenvs: "py313-dev,build", experimental: True}
37+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev,build", experimental: True}
3838

3939
steps:
4040
- name: Checkout 🛎️
@@ -70,7 +70,7 @@ jobs:
7070
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7171

7272
- name: "Upload Coverage 🚀"
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7575
with:
7676
name: "coverage-${{ matrix.config.python-version }}"

formate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ known_third_party = [
4848
"requests",
4949
"tox",
5050
]
51-
known_first_party = "tox_recreate_hook"
51+
known_first_party = [ "tox_recreate_hook",]

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ changedir = {toxinidir}
7878
deps =
7979
build[virtualenv]>=0.3.1
8080
check-wheel-contents>=0.1.0
81-
twine>=3.2.0; python_version < "3.13"
82-
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
81+
twine>=3.2.0
8382
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
8483
commands =
8584
python -m build --sdist --wheel "{toxinidir}"

0 commit comments

Comments
 (0)