Skip to content

Commit

Permalink
Attempting to fix crates.io uploads in CI (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jul 11, 2022
1 parent 7711a02 commit 7910db9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ local deploy() = {
},
commands: [
".drone/scripts/setup-pbmpr.sh",
"sudo apt-get install cargo libssl-dev pkg-config -y",
"sudo apt-get install cargo libssl-dev pkg-config libapt-pkg-dev -y",
"rm makedeb/mpr-cli -rf",
"cargo publish"
]
}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2022-07-11
Internal changes used to test CI. No changes have been made for end users.

## [0.4.1] - 2022-07-11
Internal changes used to test CI. No changes have been made for end users.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpr"
version = "0.4.1"
version = "0.4.2"
authors = ["Hunter Wittenborn <[email protected]"]
description = "The official command-line interface for the makedeb Package Repository"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion makedeb/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <[email protected]>
pkgname=mpr-cli
pkgver=0.4.1
pkgver=0.4.2
pkgrel=1
pkgdesc='The official command-line interface for the makedeb Package Repository'
arch=('any')
Expand Down

0 comments on commit 7910db9

Please sign in to comment.