Skip to content

Commit

Permalink
update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedore committed Nov 8, 2023
1 parent f6285cb commit 2327228
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release

on:
workflow_dispatch:
pull_request:
# pull_request:
release:
types:
- published
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository-url: https://test.pypi.org/legacy/
with:
password: ${{ secrets.PYPI_API_TOKEN }}
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Test

on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- .pre-commit-config.yaml
# push:
# branches:
# - main
# pull_request:
# paths-ignore:
# - 'docs/**'
# - .pre-commit-config.yaml
workflow_dispatch:
# allow manual runs on branches without a PR

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Update dependencies

on:
pull_request:
paths:
- '.github/workflows/update-dependencies.yml'
- 'bin/update_pythons.py'
- 'bin/update_docker.py'
- 'bin/update_virtualenv.py'
- 'bin/projects.py'
- 'docs/data/projects.yml'
- 'noxfile.py'
# pull_request:
# paths:
# - '.github/workflows/update-dependencies.yml'
# - 'bin/update_pythons.py'
# - 'bin/update_docker.py'
# - 'bin/update_virtualenv.py'
# - 'bin/projects.py'
# - 'docs/data/projects.yml'
# - 'noxfile.py'
workflow_dispatch:
schedule:
- cron: '0 6 * * 1' # "At 06:00 on Monday."
# schedule:
# - cron: '0 6 * * 1' # "At 06:00 on Monday."

jobs:
update-dependencies:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-major-minor-tag.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update the vX.Y tag

on:
release:
types: [released]
# release:
# types: [released]
workflow_dispatch:
inputs:
TAG_NAME:
Expand Down

0 comments on commit 2327228

Please sign in to comment.