Skip to content

Commit 61ebbda

Browse files
committed
mod rm travis config & mod github action config
1 parent cb0410f commit 61ebbda

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
# retrieve your distributions here
3232
- name: Publish package distributions to PyPI
3333
uses: pypa/gh-action-pypi-publish@release/v1
34-
with:
35-
repository-url: https://test.pypi.org/legacy/
34+
# with:
35+
# repository-url: https://test.pypi.org/legacy/
3636

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: test
4+
name: Test
55

66
on:
77
push:
@@ -19,9 +19,9 @@ jobs:
1919
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)