mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 08:06:12 +01:00
(v2.1.1.9106) bump version nr for Python testing
This commit is contained in:
parent
a80bb5146e
commit
31a0da0d3a
11
.github/workflows/publish-to-pypi.yml
vendored
11
.github/workflows/publish-to-pypi.yml
vendored
@ -65,5 +65,12 @@ jobs:
|
||||
run: |
|
||||
cd PythonPackage/AMR
|
||||
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
|
||||
Version: 2.1.1.9103
|
||||
Date: 2024-10-18
|
||||
Version: 2.1.1.9106
|
||||
Date: 2024-11-21
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
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).)*
|
||||
|
||||
|
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