Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 747b73b

Browse files
committed
publish to test pypi
1 parent 13438fd commit 747b73b

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.github/workflows/publish_tags.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- name: Configure Python
30-
uses: actions/setup-python@v2
31-
with:
32-
python-version: '3.7'
33-
3429
# keep in-sync with the other yaml
3530
- name: Cache Conan (MacOS)
3631
id: cache-conan
@@ -91,3 +86,4 @@ jobs:
9186
with:
9287
user: nilsnolde
9388
password: ${{ secrets.PYPI_PASS }}
89+
repository_url: https://test.pypi.org/legacy/

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
pip install black flake8 pre-commit
3030
pre-commit run --all-files --show-diff-on-failure
3131
32-
# only build the earliest supported python version
3332
- uses: pypa/[email protected]

.github/workflows/push_master.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131

32-
- name: Configure Python
33-
uses: actions/setup-python@v2
34-
with:
35-
python-version: '3.7'
36-
37-
- name: Lint & Style Check
38-
run: |
39-
pip install -r dev-requirements.txt
40-
pre-commit run --all-files --show-diff-on-failure
41-
4232
# keep in-sync with the other yaml
4333
# only macos makes sense, windows didn't work, linux installs conan inside the docker image
4434
- name: Cache Conan (MacOS)

0 commit comments

Comments
 (0)