Skip to content

Commit

Permalink
fix: fix pypi publish workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 22, 2024
1 parent c05fd61 commit 321410b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish package to PyPI

on:
pull_request:
push:
tags:
- '*'
Expand All @@ -17,6 +18,9 @@ jobs:
with:
python-version: 3.8

- name: Install get-text
run: apt update && apt install gettext

- name: Install pip
run: pip install -r requirements/pip.txt

Expand Down

0 comments on commit 321410b

Please sign in to comment.