forked from CellProfiler/prokaryote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update maven.yml * Update maven.yml * Update maven.yml * Update maven.yml * Update maven.yml * Update maven.yml * v2.4.4 * fix release too
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,17 @@ jobs: | |
with: | ||
java-version: 8 | ||
distribution: adopt | ||
- name: Build maven | ||
run: mvn test -B -V -e --settings .mvn/custom-settings.xml | ||
- name: Build with Maven | ||
run: | | ||
mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e --settings .mvn/custom-settings.xml | ||
mvn test -B --settings .mvn/custom-settings.xml | ||
- name: Build Python package | ||
run: python setup.py sdist | ||
- name: Upload a Build Artifact | ||
uses: actions/[email protected] | ||
with: | ||
# Artifact name | ||
name: prokaryote-2.4.3.tar.gz | ||
name: prokaryote-2.4.4.tar.gz | ||
path: dist/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,10 @@ jobs: | |
with: | ||
java-version: 8 | ||
distribution: adopt | ||
- name: Build maven | ||
run: mvn test -B -V -e --settings .mvn/custom-settings.xml | ||
- name: Build with Maven | ||
run: | | ||
mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e --settings .mvn/custom-settings.xml | ||
mvn test -B --settings .mvn/custom-settings.xml | ||
- name: Build Python package | ||
run: python setup.py sdist | ||
- id: get_version | ||
|
@@ -34,7 +36,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
# Artifact name | ||
name: prokaryote-{{ steps.get_version.outputs.version-without-v }}.tar.gz | ||
name: prokaryote-${{ steps.get_version.outputs.version-without-v }}.tar.gz | ||
path: dist/ | ||
- name: pypi-publish | ||
uses: pypa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.4.3" | ||
__version__ = "2.4.4" |