Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 5, 2024
1 parent ab29bb1 commit c00096c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
package_name: peptdeep
commitish_to_release: ${{ inputs.commitish_to_release }}
build_nodejs_ui: false
use_pyproject_toml: true
python_version: 3.9
3 changes: 2 additions & 1 deletion .github/workflows/publish_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
package_name: peptdeep
tag_to_release: ${{ inputs.tag_to_release }}
python_version: 3.9
use_pyproject_toml: false
use_pyproject_toml: true
only_testpypi_release: true
secrets:
test_pypi_api_token: ${{ secrets.TEST_PYPI_PEPTDEEP_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_PEPTDEEP_API_TOKEN }}
2 changes: 1 addition & 1 deletion release/windows/build_installer_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Remove-Item -Recurse -Force -ErrorAction SilentlyContinue ./build_pyinstaller
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue ./dist_pyinstaller

# Creating the wheel
python setup.py sdist bdist_wheel
python -m build
# Make sure you include the required extra packages and always use the stable or very-stable options!
pip install "dist/peptdeep-1.3.0-py3-none-any.whl[stable, gui-stable]"

Expand Down

0 comments on commit c00096c

Please sign in to comment.