Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
paarnes authored Sep 1, 2024
1 parent a7aa40a commit 102337d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pypi-package-upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest

environment: all
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand All @@ -39,7 +41,7 @@ jobs:

- name: Commit and push changes of pyproject.toml
run: |
git config user.name github-actions and push
git config user.name github-actions
git config user.email [email protected]
git add pyproject.toml
git commit -m "Bump version to ${{ steps.increment_version.outputs.version }}"
Expand Down

0 comments on commit 102337d

Please sign in to comment.