mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 22:06:11 +01:00
Compare commits
2 Commits
87271d261a
...
31a0da0d3a
Author | SHA1 | Date | |
---|---|---|---|
31a0da0d3a | |||
a80bb5146e |
13
.github/workflows/publish-to-pypi.yml
vendored
13
.github/workflows/publish-to-pypi.yml
vendored
@ -63,7 +63,14 @@ jobs:
|
|||||||
TWINE_USERNAME: "__token__"
|
TWINE_USERNAME: "__token__"
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd data-raw/python_wrapper/AMR
|
cd PythonPackage/AMR
|
||||||
python -m twine upload dist/*
|
python -m twine upload dist/*
|
||||||
# for test server:
|
|
||||||
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
- name: Publish to PyPI Testserver
|
||||||
|
continue-on-error: true
|
||||||
|
env:
|
||||||
|
TWINE_USERNAME: "__token__"
|
||||||
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TEST_TOKEN }}
|
||||||
|
run: |
|
||||||
|
cd PythonPackage/AMR
|
||||||
|
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 2.1.1.9103
|
Version: 2.1.1.9106
|
||||||
Date: 2024-10-18
|
Date: 2024-11-21
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# AMR 2.1.1.9103
|
# AMR 2.1.1.9106
|
||||||
|
|
||||||
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*
|
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*
|
||||||
|
|
||||||
|
34524
data-raw/gpt_training_text_v2.1.1.9106.txt
Normal file
34524
data-raw/gpt_training_text_v2.1.1.9106.txt
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user