Skip to content

Commit

Permalink
Merge pull request #121 from Stunkymonkey/fix-build
Browse files Browse the repository at this point in the history
fix build & publish
  • Loading branch information
Stunkymonkey authored Jan 23, 2024
2 parents 26ef5f1 + fc9c677 commit 733cefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install gettext -y
- name: Test installation
run: |
pip install build
sudo apt-get install gettext -y && pip install build
- name: Test build
run: |
python -m build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt install gettext
sudo apt-get install gettext -y && pip install build
- name: Build package
run: python -m build
- name: Install upload dependency
Expand Down

0 comments on commit 733cefb

Please sign in to comment.