Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jun 7, 2024
1 parent 388352d commit 1ca614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd spider_admin_pro
python -m pip install --upgrade pip
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel --python-tag py2.py3
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 1ca614d

Please sign in to comment.