Skip to content

Commit

Permalink
publish to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Mar 7, 2022
1 parent 13438fd commit 747b73b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
with:
fetch-depth: 0

- name: Configure Python
uses: actions/setup-python@v2
with:
python-version: '3.7'

# keep in-sync with the other yaml
- name: Cache Conan (MacOS)
id: cache-conan
Expand Down Expand Up @@ -91,3 +86,4 @@ jobs:
with:
user: nilsnolde
password: ${{ secrets.PYPI_PASS }}
repository_url: https://test.pypi.org/legacy/
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
pip install black flake8 pre-commit
pre-commit run --all-files --show-diff-on-failure
# only build the earliest supported python version
- uses: pypa/cibuildwheel@v2.3.1
10 changes: 0 additions & 10 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Configure Python
uses: actions/setup-python@v2
with:
python-version: '3.7'

- name: Lint & Style Check
run: |
pip install -r dev-requirements.txt
pre-commit run --all-files --show-diff-on-failure
# keep in-sync with the other yaml
# only macos makes sense, windows didn't work, linux installs conan inside the docker image
- name: Cache Conan (MacOS)
Expand Down

0 comments on commit 747b73b

Please sign in to comment.