Skip to content

Commit

Permalink
Upgrade twine version (#1199)
Browse files Browse the repository at this point in the history
Closes #1180.
  • Loading branch information
charliermarsh authored Jul 7, 2024
1 parent 18dd72f commit 3eda35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rye/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques
suffix: None,
};

const SELF_VERSION: u64 = 19;
const SELF_VERSION: u64 = 20;

const SELF_REQUIREMENTS: &str = r#"
build==1.2.1
Expand All @@ -48,7 +48,7 @@ platformdirs==4.0.0
pyproject_hooks==1.0.0
requests==2.31.0
tomli==2.0.1
twine==4.0.2
twine==5.1.1
unearth==0.14.0
urllib3==2.0.7
virtualenv==20.25.0
Expand Down

0 comments on commit 3eda35c

Please sign in to comment.