Skip to content

Commit e272083

Browse files
committed
updated build process
1 parent 216aaa2 commit e272083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install --upgrade pip
3838
pip install -U pip setuptools
3939
pip install -r requirements-dev.txt
40-
pip install -r requirements-iris.txt
40+
pip install -r requirements.txt
4141
echo version=$VERSION >> $GITHUB_OUTPUT
4242
NAME="django_iris"-${VERSION}-py3-none-any
4343
echo name=$NAME >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)