Skip to content

Commit

Permalink
build: rename bin folder to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexogeny committed Jul 31, 2024
1 parent 4fef006 commit 01a4e60
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate Release Notes
run: |
sudo apt-get install python3-pip
python generate_release_notes.py
python ci/generate_release_notes.py
- name: Create GitHub Release
run: |
Expand All @@ -42,6 +42,6 @@ jobs:

- name: Publish to PyPI
run: |
bash ./bin/publish-pypi
bash ./ci/publish-pypi
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

- name: Determine Next Version and Update pyproject.toml
run: |
python determine_next_version.py
python ci/determine_next_version.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 01a4e60

Please sign in to comment.