Skip to content

Commit 2f34412

Browse files
committed
* Remove gitlab ci file
* Increase python version
1 parent 90ac482 commit 2f34412

File tree

2 files changed

+3
-73
lines changed

2 files changed

+3
-73
lines changed

.github/workflows/actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-python@master
1212
with:
13-
python-version: 3.8
13+
python-version: 3.10
1414
- env:
1515
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
1616
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@master
2626
- uses: actions/setup-python@master
2727
with:
28-
python-version: 3.8
28+
python-version: 3.10
2929
- env:
3030
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
3131
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@master
4141
- uses: actions/setup-python@master
4242
with:
43-
python-version: 3.8
43+
python-version: 3.10
4444
- env:
4545
NETSQUIDPYPI_USER: ${{ secrets.NETSQUIDPYPI_USER }}
4646
NETSQUIDPYPI_PWD: ${{ secrets.NETSQUIDPYPI_PWD }}

.gitlab-ci.yml

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

0 commit comments

Comments
 (0)